patch
Set user active/inactive
{{protocol}}://{{url}}/{{version}}/users/:_key/active
Change the state of a user (active/inactive).
Permissions:
w
on the user.
Authentication
Authentication inherited from the collection: Bearer .Parameters
Name | Type | Value |
---|---|---|
_key | path | {{meKey}} |
Body
{
"activate": true
}
Create a user
Previous
Update password
Next